InstrumentationSettings

Properties

Link copied to clipboard
abstract val excludedClasses: SetProperty<String>

Disable instrumentation in test tasks of specified classes in all Gradle projects.

Link copied to clipboard
abstract val includedClasses: SetProperty<String>

Enable instrumentation in test tasks only of specified classes in all Gradle projects. All other classes will not be instrumented.